home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / win / ch26 / 26fig06a.wrl < prev    next >
Text File  |  1996-09-23  |  442b  |  22 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         Viewpoint {
  8.             description "60.0 FOV degree corner view"
  9.             position 3.0 1.6 3.0
  10.             orientation 0.0 1.0 0.0 0.611
  11.             fieldOfView 1.047
  12.         },
  13.         NavigationInfo {
  14.             type "WALK"
  15.             speed 1.0
  16.             headlight FALSE
  17.             avatarSize [ 0.5, 1.6, 0.5 ]
  18.         },
  19.         Inline { url "dungeon.wrl" }
  20.     ]
  21. }
  22.